home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000163_news@newsmaster….columbia.edu _Tue Feb 3 09:59:12 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA11352
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 3 Feb 1998 09:59:11 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA17686
  7.     for kermit.misc@watsun; Tue, 3 Feb 1998 09:59:11 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: user winmodem problems
  12. Date: 3 Feb 1998 14:59:10 GMT
  13. Organization: Columbia University
  14. Lines: 21
  15. Message-ID: <6b7bbu$n7b$1@apakabar.cc.columbia.edu>
  16. References: <6b7apr$62p@bgtnsc03.worldnet.att.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8346
  19.  
  20. In article <6b7apr$62p@bgtnsc03.worldnet.att.net>,
  21.  <mgibby@worldnet.att.net> wrote:
  22. : I have a user with an internal winmodem.  No docs on the modem are
  23. : available.  It works fine with aol but with kermit 95 it doesnt.  I
  24. : have tried the modem type tapi and set line tapi commands, this gets
  25. : it to at least recognize the modem, but when it attempts to dial i get
  26. : sounds like a rotary phone.  No connection.... I have the line about
  27. : tone dialing already in....Any suggestions on what to try?
  28. Yes.  Make sure the user has Kermit 95 1.1.15 (the current version) and
  29. that s/he is accessing the modem via TAPI, not via the COMx device.  This
  30. is explained in section 6.10 of the Kermit 95 UPDATES.TXT file.
  31.  
  32. : Also I have noticed that the key definitions are different between dos
  33. : kermit and kermit 95.  Is there a conversion list anywhere?
  34. You mean the keycodes?  You can put Kermit 95 into MS-DOS Kermit "keycode
  35. compatibility mode" with "set mskermit keycodes on".  See section 3.5 of
  36. UPDATES.TXT.
  37.  
  38. - Frank